ResourceRemoveProperty Method (String, Property) |
Remove a property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus RemoveProperty(
string address,
Property[] property
)
Public Function RemoveProperty (
address As String,
property As Property()
) As MultiStatus
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - property
- Type: Independentsoft.WebdavProperty
The property to be removed.
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property remove.
See Also